projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77b5bd4
)
* lisp/tooltip.el (tooltip-show-help): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Tue, 18 Jan 2022 07:56:08 +0000
(15:56 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 18 Jan 2022 07:56:08 +0000
(15:56 +0800)
lisp/tooltip.el
patch
|
blob
|
history
diff --git
a/lisp/tooltip.el
b/lisp/tooltip.el
index a6392877144fad7c4c9a43a061931c25f61eb4f6..2aa487d0454d8189d532ea8059306b11892510c3 100644
(file)
--- a/
lisp/tooltip.el
+++ b/
lisp/tooltip.el
@@
-378,8
+378,8
@@
MSG is either a help string to display, or nil to cancel the display."
(if (and (display-graphic-p)
;; On Haiku, system tooltips can't be displayed above
;; menus.
- (or (not (and
haiku-use-system-tooltips
-
(eq window-system 'haiku)
))
+ (or (not (and
(eq window-system 'haiku)
+
haiku-use-system-tooltips
))
(not (menu-or-popup-active-p))))
(let ((previous-help tooltip-help-message))
(setq tooltip-help-message msg)